home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
angel.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
295 b
|
36 lines
Angel
{
{
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
par1.r=0.5
par1.i=0.0
par2.r=0.05
par2.i=0.0
}
{
z=pixel
c=pixel
}
{
z=z*z
z=z+c
z=z+z
c=c*c
c=c+z
c=c+par2
w1=abs(z)
w1=w1*par1
w2=abs(c)
}
{
w1>w2
}
{
PAR1-MULTIPLICATOR OF Z
PAR2-SUMMAND TO C
}
}